home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jamapi.zip / HMB2JAM.ZIP / JAMSUB.H < prev    next >
Text File  |  1993-07-01  |  801b  |  39 lines

  1. /*
  2. **  JAM(mbp) - The Joaquim-Andrew-Mats Message Base Proposal
  3. **
  4. **  HMB to JAM converter
  5. **
  6. **  Written by Mats Wallin
  7. **
  8. **  ----------------------------------------------------------------------
  9. **
  10. **  jamsub.h (JAMmb)
  11. **
  12. **  Definitions and prototypes for JAM subroutines
  13. **
  14. **  Copyright 1993 Joaquim Homrighausen, Andrew Milner, Mats Birch, and
  15. **  Mats Wallin. ALL RIGHTS RESERVED.
  16. **
  17. **  93-06-28    MW
  18. **  Initial coding.
  19. */
  20.  
  21. /*
  22. **  Constants
  23. */
  24.  
  25. #define WORKBUFSIZE     0x4000
  26.  
  27.  
  28. /*
  29. **  Prototypes
  30. */
  31.  
  32. int JamMsgInit( JAMAPIREC * pJam );
  33. int JamMsgDeinit( JAMAPIREC * pJam );
  34. int JamMsgAddSFldStr( JAMAPIREC * pJam, UINT16 SubFld, CHAR8 * Str, UINT32 * pSubFldPos );
  35. int JamMsgWrite( JAMAPIREC * pJam, CHAR8 * pMsgTxt );
  36.  
  37.  
  38. /* end of file "jamsub.h" */
  39.